home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dframe39.zip / HISTORY.TXT < prev    next >
Text File  |  1993-01-07  |  30KB  |  650 lines

  1.  
  2.                           HISTORY FILE FOR DOORFRAME
  3.                           ==========================
  4.  
  5. Version 3.9
  6. -----------
  7. (01-07-93)
  8.   That old problem with the time expired when the Display was toggled off
  9.  in PCBoard popped up again! Fixed one more time (gotta quit changing things).
  10.  
  11. (01-03-93)
  12.   Removed the CLRSCRN during the INTIALIZE process so now clearing the
  13.  screen is up to you at the beginning of the door.
  14.  
  15. (12-23-92)
  16.   Fixed a stupid error on my part in the SENDANSI routine. I was opening the
  17.  file as FIL but was closing FILE! So the open file handles would just stack
  18.  up everytime the routine was called.
  19.  
  20. (12-12-92)
  21.   Added a new routine called SendAnsi. This routine is for true ANSI files
  22.  only! It sends the entire file non-stop. Pressing the Spacebar aborts the
  23.  file send. See the .DOC file for an explanation of accepted parameters.
  24.  
  25. Version 3.8
  26. -----------
  27. (11-24-92)
  28.   Noticed that I had only allowed for a single digit when specifying a
  29.  non-standard IRQ. That has been changed to accept 2 digits.
  30.  
  31. (11-19-92)
  32.   DoorFrame will now recognize the %pcbnode% and %wcnodeid% environment
  33.  variables when reading the path to the system file (1st line of the .CFG).
  34.  Some examples:
  35.     PCBoard: If USERS.SYS is located in C:\PCB\NODE1 directory, 
  36.        %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  37.     Wildcat!: USERINFO.DAT located in C:\WC\NODE3 directory,
  38.        C:\WC\NODE%wcnodeid%\USERINFO.DAT
  39.     or if you SET the %pcbdrive% and %pcbdir% variables via the batch,
  40.        %pcbdrive%%pcbdir%\NODE%wcnodeid%\USERINFO.DAT
  41.  
  42. (11-15-92)
  43.   Changed the code so that USERINFO.DAT is written automatically. Therefore
  44.  you no longer need to use the User.Info% variable. Also took the routine
  45.  out that writes DOOR.SYS when using USERINFO.DAT. Since WildCat! doesn't
  46.  read it back in, that was sorta useless. (Thanks Dennis!)
  47.  
  48. (11-01-92)
  49.   DoorFrame now includes support for FOSSIL drivers!!! This means your Doors
  50.  will work with most multi-port boards. To activate the Fossil driver 
  51.  support, just include /FD on the command line when running the Door. 
  52.  For example: MYDOOR MYDOOR.CFG /FD
  53.  If no Fossil driver is available, DoorFrame will display a message to that
  54.  effect and exit gracefully.
  55.  
  56. (10-24-92)
  57.   Some of you may have noticed a slow down in the Dis.Play command after the
  58.  color codes were added (~, `, @, ^, |, {, and }). Dis.Play now has an 
  59.  additional parameter (Codes%) that let's you specify whether or not you 
  60.  are using the color codes. If a particular Dis.Play statement doesn't use
  61.  the codes, place a 0 in the Codes% parameter and the routine that checks
  62.  for and strips those characters will be bypassed. Thus significantly
  63.  increasing the display speed.
  64.  
  65. (10-23-92)
  66.   Added 2 more parameters to the In.Put command. These new parameters allow
  67.  you to specify a different color if you populate the Text$ parameter. Refer
  68.  to the docs for a full explanation.
  69.  
  70. Version 3.7
  71. -----------
  72. (10-19-92)
  73.   Well, should have known I would screw something up! Sure enough I did on
  74.  the LastOn$ variable. In the USERS file, it is in the format YYMMDD and 
  75.  is converted to the MM-DD-YY format when read. I neglected to convert it
  76.  back when writing to the USERS file.
  77.  
  78. (10-18-92)
  79.   Would you believe ... all this time DoorFrame has been reading info from
  80.  the PCBoard USERS file but hasn't been writing it! Actually, this would 
  81.  only affect a few of the variables. Anyway, that oversight has been
  82.  corrected. (Thanks Peter!)
  83.  
  84. (10-10-92)
  85.   Had reports of conflicts when using non-standard IRQ's on Novell/Netware
  86.  systems. Seems Novell also uses the / character so something went screwy
  87.  somewhere. So I added the * (asterisk) which may be used instead of the /
  88.  in case of a conflict. In other words, /%IRQ% and *%IRQ% will both work
  89.  and are interchangeable.
  90.  
  91. (09-23-92)
  92.   Fixed a bug when restoring the screen after Chat or Drop to DOS. It would
  93.  generate an illegal function call whenever it hit a blinking character.
  94.  
  95. (09-22-92)
  96.   You now have the option of taking control after a carrier loss in case you
  97.  need to do some clean-up before recycling back to the BBS. BE VERY CAREFUL
  98.  with this one! Check the Docs under Miscellaneous Notes for an explanation.
  99.  
  100. Version 3.6
  101. -----------
  102. (09-20-92)
  103.    Fixed a problem when using the new no-show option of In.Put. If you used
  104.   a Dis.Play statement with color codes immediately after that, it would
  105.   show the color codes rather than the color.
  106.  
  107. (09-14-92)
  108.   The In.Put command now features word-wrap ability! If you put, for example,
  109.  160 as the first parameter, it will wrap around at the nearest space when it
  110.  reaches column 80 on the screen. Backspacing also works over the word-wrap.
  111.  
  112.   DoorFrame will now handle the 30-something line DOOR.SYS file as well as 
  113.  the 52-line one.
  114.  
  115.   Corrected some errors in writing the SFDOORS.DAT file. Specifically the
  116.  COMPORT% and DAILY.BYTES.ALWD& variables.
  117.  
  118.   Added 5 new parameters to the In.Put command. 
  119.       AutoCR% - Automatic Carriage Return. 0 = No, 1 = Yes
  120.       Text$   - Text to display (if any).
  121.       Xpos%   - X coordinate to print Text$
  122.       Ypos%   - Y coordinate to print Text$
  123.       Show%   - 0 = Don't display response, 1 = display response
  124.  For example:
  125.  
  126.     In.Put 5, 0, 11, 0, 0, "", 0, 0, 1
  127.  
  128.  would accept 5 characters but would not return until the user hits the
  129.  ENTER key. Conversely,
  130.  
  131.     In.Put 5, 0, 11, 0, 1, "Well? ", 20, 1, 1
  132.  
  133.  would accept 5 characters and automatically return from the routine. It will
  134.  also print 'Well? ' at location 20, 1 and the response would be displayed.
  135.  If you wanted a Hot Key and didn't want the response to show:
  136.  
  137.     In.Put 1, 0, 11, 0, 1, "Y/N ", 20, 1, 0
  138.  
  139.  would prompt for 'Y/N' but would not display the response. The variable
  140.  Response$ will still contain whatever was typed even though it didn't show
  141.  up on the screen.
  142.  
  143. (09-11-92)  
  144.   Finally installed the screen restore when coming back from Chat or a Drop
  145.  to Dos. Been wanting to do that for months now! It will now put the screen
  146.  back like it was including anything typed at an In.Put prompt. If the caller
  147.  had entered anything before the interruption, that is restored and he can
  148.  pick up right where he left off!
  149.  
  150. Version 3.5
  151. -----------
  152. (09-06-92)
  153.   Had a request to be able to turn off the Status lines at the bottom of the
  154.  screen so that has been installed. To blank out those 2 lines, set the
  155.  variable No.Status% = 1 and do a ClrScrn. Sorry but those 2 lines are still
  156.  not available for printing (that would mean changing half the routines in
  157.  DoorFrame!).
  158.  
  159. (09-05-92)
  160.   Fixed an intermittent problem with the cursor jumping to the top left of
  161.  the screen when backspacing.
  162.  
  163. (09-04-92)
  164.   Did some more code optimizing. The same door used below in v1.9 now compiles
  165.  to 117,476 for an additional reduction of 8K in the .EXE!
  166.  
  167.   You should also notice a tremendous increase in the display speed. Using
  168.  a test program that printed 18 lines and contained the color codes around
  169.  each word, it took 24.50 seconds for v3.4 to finish. Version 3.5 did it in
  170.  7.69 seconds. That's a speed increase of about 319%!
  171.  
  172.   Added 2 new routines to the library. ClrMol clears in the middle of a line
  173.  for the number of specified columns. ClrSol clears from the specified X, Y
  174.  coordinates to the start of that line.
  175.  
  176. (09-03-92)
  177.   Re-paged the docs to a maximum of 60 lines per page for laser printers.
  178.  
  179. Version 3.4
  180. -----------
  181. (08-27-92)
  182.   Did some more optimizing of the code so your .EXE files should be a bit
  183.  smaller than with v3.3.  One of my doors compiled to 127,244 with v3.3 and
  184.  125,510 with v3.4, so it knocked almost 2K off the final .EXE!
  185.  
  186.   Fixed a problem which, in certain instances, would generate a 'Time
  187.  Expired' message when the local display was toggled off (F9).
  188.  
  189. (08-24-92)
  190.   Added a bunch more routines from Hanlin's PBClone library. I'll leave you
  191.  the fun of discovering which ones. <G>
  192.  
  193.   Deleted the BIOSINKEY and KEYPRESS routines since they are local keyboard
  194.  only routines.
  195.  
  196. Version 3.3
  197. -----------
  198. (06-21-92)
  199.   Added support for TriBBS software. DoorFrame both reads and writes the
  200.  TRIBBS.SYS file.
  201.  
  202. (06-15-92)
  203.   Added a new Back.Space routine. Syntax is: Back.Space Row%, Col%, Num%
  204.  Give it the row, column, and number of backspaces, the cursor will be
  205.  positioned at the last backspace so if the Col% = 20 and Num% = 5, the
  206.  cursor is left at column 16 (columns 20, 19, 18, 17, and 16 are erased).
  207.  
  208. Version 3.2
  209. -----------
  210. (06-03-92)
  211.   Fixed an oversight dealing with the TimeAdjust% variable. The problem wasn't
  212.  with the variable itself but rather with the frequency of updating the Status
  213.  line (which was every 30 seconds). Now it will update after each Dis.Play
  214.  statement. So if you are adjusting the callers time right before leaving the
  215.  door, just Dis.Play a space or something immediately after using TimeAdjust%.
  216.  
  217. (05-24-92)
  218.   Added the 'Last New Files Date' variable for those systems using Wildcat!'s
  219.  USERINFO.DAT. The variable name is LastScan$
  220.  
  221. (05-20-92)
  222.   Finally added a feature that has been sorely needed. You may now run your
  223.  doors from the DOS command line. Syntax is MYDOOR LOCAL. DoorFrame will plug
  224.  in enough dummy variables to enable it to run without using a BBS file.
  225.  Since the .CFG file will not be opened when using LOCAL, you should bypass 
  226.  any access to the .CFG file. If you MUST read additional lines from the .CFG
  227.  then I would suggest not using the LOCAL option.
  228.  
  229. (05-12-92)
  230.   Fixed a bug in the In.Put routine. Seems that the ASCII (or extended) SHIFT
  231.  code for H, K, M, and P are the same as the scan codes for the arrows! So it
  232.  was interpreting those 4 letters as arrow codes instead of the correct letter
  233.  codes. The routine now checks the value of SysopKeys% to determine if it is
  234.  a letter or an arrow. If SysopKeys% = 0, it's a letter, if SysopKeys% = 1,
  235.  it's an arrow. This means you must only set SysopKeys% = 1 when you want to
  236.  use the arrow keys since those 4 letters will also be interpreted as arrow
  237.  keys. If you are expecting alphabetic input, you will get some strange
  238.  results!
  239.  
  240. (05-11-92)
  241.   Thought I had fixed it so no beeps were heard on the local but not so. It
  242.  is fixed now, fer sure, fer sure!
  243.  
  244. (05-09-92)
  245.   Learned what the Extra Time field was for in SFDOORS.DAT (thanks Chuck).
  246.  Now if you utilize the TimeAdjust% variable, the Extra Time field in 
  247.  SFDOORS.DAT will be adjusted up or down accordingly.
  248.  
  249.   Found out that Wildcat! looks for an Error Level of 1 when recycling so
  250.  DoorFrame now generates a DOS error level of 1 when running under Wildcat!
  251.  systems and error level 62 for all others (for now!).
  252.  
  253. (05-05-92)
  254.   DoorFrame will now generate a DOS error level of 62. I understand that
  255.  GAP systems can use this to correctly recycle the BBS whenever someone logs
  256.  off from inside a door. Need some feedback on other systems please. 
  257.  
  258.   Added a couple of needed variables that were omitted when writing the
  259.  PCBoard USERS.SYS file. The descrepancy would only show up when logging
  260.  off from within a door but the time used and last date on were not being
  261.  updated.
  262.  
  263. (05-02-92)
  264.   Think I finally came up with a workable solution to get rid of the TIMER
  265.  routines which drives a math coprocessor up the wall. The trade-off is that
  266.  the status line will only be updated whenever input is required from the
  267.  caller.
  268.  
  269. Version 3.1
  270. -----------
  271. (04-29-92)
  272.   Included with this version is the .BAS source for a door called DFDEMO. It
  273.  demonstrates some of the features of DoorFrame.  You may also want to use
  274.  it to pick up some tips on using some of the routines.  The EXINPUT.BAS and
  275.  DISPLAY.BAS files have been removed.
  276.  
  277. (04-27-92)
  278.    Took me a whole day's work, but I dood it!  You may now use the color
  279.  codes as often as you wish when Dis.Playing a line. In addition the colors
  280.  and blinking are each independent of each other, so you can blink one, some,
  281.  all, or none! The % turns on the blinking for each set of codes.
  282.  
  283.   Added a parameter to the ClrScrn routine. You may now clear the local and
  284.  remote screen in any background color you wish (0 - 7).
  285.  
  286.   Did a bit more optimizing of the code and even with the new stuff added,
  287.  was able to reduce the size of .LIB by over 5K!   
  288.  
  289. (04-24-92)
  290.   In an effort to cut down on the number of variables we have to deal with
  291.  (and hopefully cut down on memory requirements), I have combined the various
  292.  system variables (Pcboard%, WildCat%, etc.) into one. System.File% will take
  293.  their place. The value of System.File% will tell you which BBS file is being
  294.  used according to the following values:
  295.      1 = PCBOARD.SYS            2 = USERS.SYS           3 = DOOR.SYS
  296.      4 = CALLINFO.BBS           5 = CHAIN.TXT           6 = DORINFOx.DEF
  297.      7 = SFDOORS.DAT            8 = USERINFO.DAT        9 = GTUSER.BBS
  298.  
  299.   Deleted the Num.Dl.Today% variable. Use DlToday& instead.
  300.  
  301. (04-23-92)
  302.   Have been receiving reports of an Error 6 (overflow) when using DoorFrame
  303.  doors with the latest version of Spitfire.  Have been trying to locate an
  304.  actual SFDOORS.DAT file. Finally one of my users uploaded one to me (thanks
  305.  Aldo!). Lo and behold in the Downloads Per Day field there was 54,730! 
  306.  So to stave off any more problems like this, I have changed the DlPerDay%,
  307.  DlToday%, Downloads%, and Uploads% from INTEGER to LONG INTEGER.
  308.  
  309.   Used that extra space from the ON KEY and added support for GT Power's
  310.  GTUSER.BBS file. The .CFG file for this one is a little different.  Since
  311.  the file doesn't provide the COM port or Node numbers, they must be added on
  312.  lines 5 and 6 of the .CFG file.
  313.  
  314. (04-22-92)
  315.   Been reading how the ON KEY statement adds a lot of overhead to QB programs
  316.  so have been researching how to get rid of them. Lo and behold, I found this
  317.  neat little routine to do just that!  So all the ON KEY (and the associated
  318.  KEY statements) are gone.  This change also knocked almost 2K off the size
  319.  of the library.
  320.  
  321. Version 3.0
  322. -----------
  323. (04-20-92)
  324.    Added the PCBoard Language extension parameter, LANGUAGE$, at the request
  325.  of one of our European users. (Thanks Peter!) This variable will contain the
  326.  extension of the language file, i.e.  .FRE for the French language. When
  327.  using the default language (whichever one that is), this variable will
  328.  contain 4 spaces.
  329.  
  330. (04-17-92)
  331.   Added two new parameters to the BOX.IT routine. HFG% and HBG% now let's
  332.  you specify the foreground and background colors when using a Title$ on
  333.  your boxes.  Also added a check to see if Title$ is longer than the box.
  334.  This would generate an Illegal Function error previously. Your Title$ must
  335.  be at least 6 characters less than the width of the box. If it is longer
  336.  than that, the routine simply ignores the Title$.
  337.  
  338. Version 2.9
  339. -----------
  340. (04-10-92)
  341.   Made some small changes in reading the PCBoard USERS file (nothing major).
  342.  Noticed that the callers first name variable was missing from DOOR.SYS,
  343.  USERINFO.DAT etc. so those have been added.
  344.  
  345. (04-04-92)
  346.   Fixed a small error in the SEND command when displaying an ASCII file.
  347.  Seems it was reading from one file number and looking for the end of 
  348.  another which would either not display all the file or generate an INPUT
  349.  PAST END error.
  350.  
  351. (03-29-92)
  352.   Reports have been surfacing from 486 owners concerning some possible
  353.  incompatibilities with the math coprocessors in those machines. Starting
  354.  with this version I am attempting to eliminate all floating point 
  355.  operations. Therefore all Single Precision (!) and Double Precision (#)
  356.  numbers have been changed to Long Integers (&). This mainly affects the
  357.  Hi.Score# variable and the various Upload/Download variables.  So if you use
  358.  any of these variables in your doors, you will need to change them.
  359.  
  360. Version 2.8
  361. -----------
  362. (03-21-92)
  363.   DoorFrame doors may now make use of the IRQ environment variable. For
  364.  example, instead of DOOR DOOR.CFG /5 you can use DOOR DOOR.CFG /%IRQ%
  365.  
  366. (03-19-92)
  367.   DoorFrame is now aware of the PCBoard environment variables %PCBDRIVE% and
  368.  %PCBDIR%. Although it is tranparent to you, the programmer, if it finds
  369.  those two variables on the first line of the .CFG file it will substitute
  370.  the correct drive and path.
  371.   Also fixed a small bug with the time remaining when using USERS.SYS. 
  372.  
  373. Version 2.7
  374. -----------
  375. (03-07-92)
  376.   Fixed a small problem with the high score bulletin. If the bulletin was in
  377.  other than the current directory, the path for the graphics bulletin got
  378.  screwed up.
  379.  
  380.   Added a new variable - Hi.Ascii% which allows you to accept ASCII values
  381.  from 128 to 255. This was added at the request of one of our European users
  382.  since some languages need to use those characters.  Hi.Ascii% = 1 will enable
  383.  this option. The default is zero (disabled).
  384.  
  385. Version 2.6
  386. -----------
  387. (02-23-92)
  388.   One more time on the SEND routine! I was checking the first few characters
  389.  of a file for the CHR$(27) and if found just assumed that the file was all
  390.  ANSI. Not so! Seems there are 'hand-made' files out there that have the
  391.  color codes at the beginning of a line but no where else. So...... redid it
  392.  one more time (hopefully the last!).
  393.  
  394. (02-21-92)
  395.   Optimized the code a bit and moved some routines from the main module to
  396.  the library.  Tested with just a two-line program and the size of the .EXE
  397.  went from 103,434 before optimizing to 81,310 after optimizing.  So that
  398.  should cut down on your file sizes a bit!
  399.  
  400. (02-17-92)
  401.   NOTE: The parameters for the SEND routine have changed with this version!
  402.  The new syntax is SEND FileName$, YN%, Clr%  where Clr% is 0 (home cursor,
  403.  do not clear screen) or 1 (yes, clear screen).
  404.   Added a bunch more routines for programmer use. See the enclosed
  405.  PBC-SUBS.DOC for those.
  406.  
  407. Version 2.5
  408. -----------
  409. (02-14-92)
  410.   Added a new routine, ClrEOL. This one will clear to the end of the line.
  411.  You can specify where to start clearing. Example:  ClrEOL 10, 10, 1
  412.  will do it's thing on row 10 and clear from column 10 to the end of the line
  413.  and color it blue. The parameters are Xpos, Ypos, Color. Enjoy!
  414.   Fixed a stupid mistake in the SEND routine. I open CONS: for printing to
  415.  the local screen and misspelled it CON! Funny thing is, it worked except 
  416.  when accessing across a network!
  417.   Added GetDView which returns the version of DESQview loaded or zeroes if
  418.  DESQview is not loaded.
  419.  
  420. (02-10-92)
  421.   Think I finally got that pesky bug in the SEND routine when sending ANSI
  422.  screens fixed! Give it a workout and let me know if it screws up.
  423.   One quirk I found when using The Draw was when I saved the screen with
  424.  ALT-S it didn't transmit quite right. But when the same screen was saved
  425.  using ALT-B, the screen transmitted perfectly. So I would suggest using
  426.  ALT-B instead of ALT-S to save your ANSI screens.
  427.  
  428. (02-09-92)
  429.   Had some reports of the Backspace locking systems in local mode. Did some
  430.  checking in the routine and the only thing I could find that could possibly
  431.  be the culprit was an IF NOT LocalUsr% statement. Since I have had some 
  432.  problems with NOT in the past, I changed that statement to IF LocalUsr% = 0.
  433.  Since I have been unable to duplicate the lockups on either of my systems,
  434.  I will have to depend on those who have to try this version and see if it
  435.  is fixed. Thanks in advance to those who respond!
  436.   BTW, new BBS number and address with this version.
  437.  
  438. Version 2.4
  439. -----------
  440. (10-25-91)
  441.   Changed the second parameter on the IN.PUT routine from an integer to a
  442.  single precision number. This allows you to specify a waiting time of less
  443.  than 1 second. The minimum wait is now 1/18th of a second (.005 works
  444.  pretty well).
  445.  
  446. (10-05-91)
  447.   Fixed an oversight in writing the Wildcat! 3.x USERINFO.DAT. Line 16
  448.  (DoorLogoff$) will now show "Y" if the caller logged off from the Door.
  449.  
  450. (09-08-91)
  451.   You may now use the ARROW keys. DoorFrame now has an alternate set of keys
  452.  for the Level and Time adjustments. To switch these keys from the ARROW keys
  453.  to the alternate, use Sysopkeys% = 1 AFTER you call INITIALIZE. When you
  454.  have SysopKeys% set to 1, PgUp = add time, PgDn = subtract time, INSert =
  455.  add level, and DELete = subtract level. SysopKeys% defaults to 0 so doors
  456.  compiled with previous versions of DoorFrame will work as before.
  457.   When SysopKeys% = 1 pressing one of the arrow keys will return the
  458.  following in RESPONSE$:
  459.     Up Arrow    - RESPONSE$ = "UP"
  460.     Dn Arrow    - RESPONSE$ = "DOWN"
  461.     Left Arrow  - RESPONSE$ = "LEFT"
  462.     Right Arrow - RESPONSE$ = "RIGHT"
  463.  
  464. (09-06-91)
  465.   Would you believe I left out the code for low-intensity white in the
  466.  DIS.PLAY routine! It has been added. (Thanks to Jerry Claxton for finding
  467.  that one!)
  468.   Added the ability to use low intensity colors when using the symbols in
  469.  the DIS.PLAY routine. To make a color low intensity just put a * in front
  470.  of the first symbol. Ex: *}text} displays 'text' in low intensity white.
  471.  
  472. (08-30-91)
  473.   Changed the EXIT.DOOR "G" routine to allow logoffs on all systems, not just
  474.  PCBoard.
  475.   Changed the WildCat! 3.0 routines so that it DOES NOT automatically write
  476.  the USERINFO.DAT file. If you wish to write this file, set User.Info = 1
  477.  before calling EXIT.DOOR.
  478.  
  479. Version 2.3 
  480. -----------
  481. (06-20-91)
  482.   Added support for WildCat! v3.0. This version of WildCat! no longer uses the
  483.  CALLINFO.BBS file. It now uses the 31-line version of DOOR.SYS and creates an
  484.  additional file called USERINFO.DAT. 
  485.  
  486. (7-07-91)
  487.   They finally woke up at Mustang! Software and are now using the standard
  488.  52-line DOOR.SYS like everyone else. This release adjusts for that. Just put
  489.  the path to USERINFO.DAT on line 1 of the .CFG file (instead of DOOR.SYS).
  490.  Make sure that DOOR.SYS is in the same directory as USERINFO.DAT!
  491.  
  492. Version 2.2
  493. -----------
  494. (03-31-91)
  495.   Added support for non-standard IRQ numbers (other than IRQ3/IRQ4). See the
  496.  docs for info on how to implement this.
  497.  
  498. Version 2.1 (03-23-91)
  499. ----------------------
  500.   Modified the LINES routine. Now if you draw intersecting vertical and
  501.  horizontal lines, the appropriate character will be inserted where the
  502.  lines cross. For example, at the intersection of two double lines the
  503.  character ╬ would be printed.
  504.   Tweaked the MORE routine a little. It was doing a CR/LF after the prompt
  505.  so it wasn't getting erased because it was on the line above!
  506.   Also put in logic in the MORE and ENTER routines to restore the cursor to
  507.  it's position before the call.
  508.   Fixed a problem in DORINFOx.DEF where the Sysop names where being taken
  509.  from DORINFO instead of the configuration file. Also allowed for the fact
  510.  that the RBBS DORINFO has 13 lines instead of 12.
  511.   Still didn't have the DORINFOx.DEF quite right for RBBS. Hopefully it will
  512.  work as it should now (helps when you use the correct LINE INPUT statement).
  513.   One more time on DORINFO to fix the BBSSYS$. Also fixed a problem in
  514.  picking up the correct node number.
  515.  
  516. Version 2.0 (02-02-91)
  517. ----------------------
  518.   Fixed a problem with the backspace when the cursor was in columns 79 or
  519.  80 (it wouldn't).
  520.   Enlarged the PRINT USING in the High Score Bulletin. It will now handle
  521.  scores up to 9,999,999,999.
  522.   Made DoorFrames internal error trapping available for those of you who
  523.  wish to utilize it instead of writing your own. All Basic errors are
  524.  trapped and will be written to DFRAME.ERR upon exiting the door.
  525.   Added support for WWIV's CHAIN.TXT file. DoorFrame both reads and writes
  526.  this file. It is untested as of this writing so watch it!
  527.   Added 2 more parameters to the IN.PUT routine. These are INTEGERS and
  528.  indicate the foreground and background colors for the input.
  529.   Updated the CALLINFO.BBS routine to read the newer 36 line format. It
  530.  will still handle the old 30 line format ok.
  531.   Added a parameter to the SHOW.BLT routine. This is a STRING and is
  532.  either "Y" or "N". The "Y" tells the routine to display the "Do you want
  533.  to see the Bulletin" prompt while "N" will bypass the prompt. If you have
  534.  an option on your door menu to view the bulletin, you would use "N" (why
  535.  ask them again!).
  536.  
  537. Version 1.9 (12-31-90)
  538. ----------------------
  539.   Fixed a bug when using the `, @, {, ^ etc. symbols. If one of these
  540.  symbols was entered at an IN.PUT prompt, the program would go bananas.
  541.   I had inadvertantly left out the ENTER prompt at the end of the SEND
  542.  routine so when someone brought it to my attention I belated added it.
  543.  Now I find that is the way some of you want it! So in order to satisfy
  544.  both camps, I have added a parameter to SEND. The syntax is now:
  545.    SEND (MSG$, YN%)   where YN% is an INTEGER. 0 = don't send the ENTER
  546.  prompt at the end, 1 = yes, use it. 
  547.   Added support for Spitfire's SFDOORS.DAT. DoorFrame both reads and writes
  548.  to this file.
  549.   Added the ability to log off from within the Door. However, this option is
  550.  for PCBoard systems only!
  551.   Added MAKE.BLT.CURRENT routine which posts current scores instead of the
  552.  highest scores attained.
  553.   Fixed a bug in the MAKE.BLT routines. It didn't take kindly to an extension
  554.  being included in the Bulletin filename!
  555.  
  556.                          AND THAT'S IT FOR THIS YEAR!!
  557.  
  558. Version 1.8 (12-16-90)
  559. ----------------------
  560.   Added a few more subroutines for programmer convenience. These routines
  561.  will add some capabilities not found in QuickBasic. Routines added are:
  562.    DelFile, DrvSpace, GetDrv, GetExecPath, GetKbd, GetSub, NameCase,
  563.    RInstr, SetError, SetKbd and SubExist.
  564.   Fixed a problem with the ALLOWEDBYTES# variable (helps if you add it to
  565.  the DFRAME.INC file!).
  566.  
  567. Version 1.7 (12-13-90)
  568. ----------------------
  569.   Added support for PCBoard 14.5's USERS.SYS file! Since the bug reports
  570.  had started slacking off, thought I would introduce a few more 8-).
  571.   Added option for no border (spaces) in the BOX.IT routine.
  572.   Forgot to add an ENTER prompt after the last page in the SEND routine. 
  573.  Fixed now.
  574.   Had some reports of Security Levels higher than 32,767 so the LEVEL
  575.  variable has been changed from an INTEGER (%) to a LONG (&).
  576.   Took the Time Left warnings out. They only messed up the screen! So if 
  577.  you want to warn the caller when time gets low, you should check the
  578.  TIMELEFT% variable and display a message accordingly. 
  579.  
  580. Version 1.6 (12-11-90)
  581. ----------------------
  582.   Fixed a problem in the error handling routines. It will hopefully handle
  583.  errors better now and exit gracefully.
  584.   Fixed the 'keyboard timeout' problem when coming out of Chat mode.
  585.   Fixed another Chat mode problem where the lines on the remote screen
  586.  would overwrite when it reached line 23.
  587.   Optimized the library a bit. Cut about 13K off the size of the .LIB.
  588.   Added a check for DOS version. If the DOS version is less than 3.0 it
  589.  will display an error message and exit (DOS 3.0+ is required because the
  590.  files are opened in SHARED mode).
  591.  
  592. Version 1.5 (11-30-90)
  593. ----------------------
  594.   Finally got the midnight time problem fixed where the caller would get a
  595.  time expired message if he had logged on the BBS before midnight and 
  596.  entered the door after midnight.
  597.   Fixed an error when using DORINFOx.DEF. It worked fine as long as
  598.  DORINFOx.DEF was the only thing there but went screwy if you threw a path
  599.  at it.
  600.   When I added the options for color in the middle of a line of text, I
  601.  inadvertantly disabled the full-line blink. Now fixed.
  602.  
  603. Version 1.4 (11-25-90)
  604. ----------------------
  605.   Added some enhancements to the DIS.PLAY routine. By using special symbols,
  606.  selected text can be displayed in different colors (like BLUE, YELLOW, BLUE)
  607.  without having to use 3 DIS.PLAY statements. See the DOCS and DISPLAY.BAS
  608.  for a complete explanation.
  609.   Added the MODE% variable. Previously if you used DETECT.ANSI, the caller
  610.  would be switched to COLOR MODE automatically. With the MODE% variable, the
  611.  color will be on or off depending on the caller's BBS setting.
  612.   Modified the IN.PUT routine somewhat. It now requires 2 parameters to be
  613.  passed. The first parameter is the desired length of the input and the 
  614.  second is the length of time to wait for that input.
  615.  
  616. Version 1.3 (11-20-90)
  617. ----------------------
  618.   Added a time limit option to the IN.PUT routine. See EXINPUT.BAS for
  619.  and example on using it.
  620.   Fixed an 'oversight' in the OUT.PUT routine. Completely left out updating
  621.  the column position!
  622.   Made a correction in the centering routine. Now when you use centering
  623.  with a colored background, you don't get the colored line all the way
  624.  across the screen! Also, if you do an IN.PUT after a center it will be
  625.  properly positioned after the prompt instead of on the right edge.
  626.  
  627. Version 1.2 (11-17-90)
  628. ----------------------
  629.   Made the Keyboard Timeout configurable by the programmer. Before calling
  630.  INITIALIZE, populate TIMEOUT% with the number of seconds you want for
  631.  input. If you do not specify a TIMEOUT%, it will default to 5 minutes.
  632.  The minimum is 60 secs so anything less than that will be the default.
  633.   Added support for DORINFOx.DEF which now gives us QBBS, RBBS, and
  634.  Remote Access! (Note: This needs to be tested more. Any volunteers?)
  635.  
  636. Version 1.1 (11-12-90)
  637. ----------------------
  638.   Fixed a problem with the cursor positioning routines when the local display
  639.  was toggled off (it didn't work!).
  640.   Changed the BOX subroutine to BOX.IT to avoid a naming conflict with other
  641.  add-on packages for QB 4.5. (Crescent Software's for one).
  642.   Added support for CALLINFO.BBS so your doors will now run on Wildcat! 
  643.  systems without a converter!
  644.  
  645. Version 1.0 (11-1-90)
  646. ---------------------
  647. Initialize release.
  648.  
  649.  
  650.